; Use HTML entities for reserved characters in 'dom-print'
authorEshel Yaron <me@eshelyaron.com>
Fri, 5 Jan 2024 15:40:44 +0000 (16:40 +0100)
committerEli Zaretskii <eliz@gnu.org>
Sat, 20 Jan 2024 09:40:22 +0000 (11:40 +0200)
commit3a5ee060571b29474f83ebaee11df6920ea68c6a
tree27a6c7b8bed70eec90e6459c5ae9300c568a2611
parentb3e4fbe867f96a28c5dc9db19fcad2af5b4a4b7e
; Use HTML entities for reserved characters in 'dom-print'

* lisp/dom.el (dom-print): Encode HTML reserved characters in strings.
* test/lisp/dom-tests.el (dom-tests-print): New test.  (Bug#68508)
lisp/dom.el
test/lisp/dom-tests.el